forked from mia/Aegisub
8ba90af9cd
All of the missing files were related to OS X. Originally committed to SVN as r2735.
13 lines
304 B
Makefile
13 lines
304 B
Makefile
noinst_LIBRARIES = libosxutil.a
|
|
|
|
libosxutil_a_SOURCES = bundledirs.c
|
|
|
|
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.o libosxutil.a
|