~ubuntu-branches/ubuntu/trusty/aegisub/trusty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
noinst_LIBRARIES = libosxutil.a

libosxutil_a_SOURCES = bundledirs.c launch.c

libosxutil_a_CFLAGS = @CXXFLAGS_OSX@
noinst_HEADERS = libosxutil.h

CLEANFILES = bundledirs-test

EXTRA_DIST= bundledirs-test.c

bundledirs-test: libosxutil.a
	$(CC) -c bundledirs-test.c
	$(CC) -o bundledirs-test -framework CoreFoundation bundledirs-test.c libosxutil.a