Use recursive automake in src/share/ part of tree.

This will make it easier to incorporate the win_utf8_io stuff.
This commit is contained in:
Erik de Castro Lopo
2013-04-01 17:44:42 +11:00
parent e14a08766a
commit b3c3e2ac4f
10 changed files with 61 additions and 125 deletions

View File

@@ -1,17 +0,0 @@
## Process this file with automake to produce Makefile.in
AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include -I$(top_srcdir)/include/share
noinst_LIBRARIES = libgetopt.a
libgetopt_a_SOURCES = getopt.c getopt1.c
EXTRA_DIST = \
Makefile.lite \
getopt_static.vcproj
debug:
$(MAKE) all CFLAGS="@DEBUG@"
profile:
$(MAKE) all CFLAGS="@PROFILE@"