c4021afe89f4492ede2b4c4b37b3bde77027aef1
[platform/upstream/flac.git] / src / share / getopt / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include -I$(top_srcdir)/include/share
4
5 noinst_LIBRARIES = libgetopt.a
6
7 libgetopt_a_SOURCES = getopt.c getopt1.c
8
9 EXTRA_DIST = \
10         Makefile.lite \
11         getopt_static.vcproj
12
13 debug:
14         $(MAKE) all CFLAGS="@DEBUG@"
15
16 profile:
17         $(MAKE) all CFLAGS="@PROFILE@"