mirror of https://github.com/odrling/Aegisub
13 lines
294 B
Makefile
13 lines
294 B
Makefile
noinst_LIBRARIES = libosxutil.a
|
|
|
|
libosxutil_a_SOURCES = bundledirs.c
|
|
|
|
noinst_HEADERS = libosxutil.h
|
|
|
|
if BUILD_DARWIN
|
|
CLEANFILES = bundledirs-test
|
|
bundledirs-test: libosxutil.a
|
|
$(CC) -c bundledirs-test.c
|
|
$(CC) -o bundledirs-test -framework CoreFoundation bundledirs-test.o libosxutil.a
|
|
endif
|