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

« back to all changes in this revision

Viewing changes to src/libosxutil/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Sebastian Reichel
  • Date: 2012-03-16 22:58:00 UTC
  • Revision ID: package-import@ubuntu.com-20120316225800-yfb8h9e5n04rk46a
Tags: upstream-2.1.9
ImportĀ upstreamĀ versionĀ 2.1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
noinst_LIBRARIES = libosxutil.a
 
2
 
 
3
libosxutil_a_SOURCES = bundledirs.c launch.c
 
4
 
 
5
libosxutil_a_CFLAGS = @CXXFLAGS_OSX@
 
6
noinst_HEADERS = libosxutil.h
 
7
 
 
8
CLEANFILES = bundledirs-test
 
9
 
 
10
EXTRA_DIST= bundledirs-test.c
 
11
 
 
12
bundledirs-test: libosxutil.a
 
13
        $(CC) -c bundledirs-test.c
 
14
        $(CC) -o bundledirs-test -framework CoreFoundation bundledirs-test.c libosxutil.a