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