2008-12-31 10:20:50 +01:00
|
|
|
noinst_LIBRARIES = libosxutil.a
|
|
|
|
|
|
|
|
libosxutil_a_SOURCES = bundledirs.c
|
|
|
|
|
|
|
|
noinst_HEADERS = libosxutil.h
|
|
|
|
|
2009-01-04 14:07:57 +01:00
|
|
|
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
|