reorg share directory, split each lib into its own dir

This commit is contained in:
Josh Coalson
2002-10-23 22:24:33 +00:00
parent 1ce20b6ac3
commit ca8660193b
21 changed files with 175 additions and 112 deletions

View File

@@ -0,0 +1,20 @@
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = foreign
INCLUDES = -I$(top_srcdir)/include/share
noinst_LIBRARIES = libgetopt.a
libgetopt_a_SOURCES = getopt.c getopt1.c
EXTRA_DIST = \
Makefile.lite \
Makefile.vc \
getopt.dsp
debug:
$(MAKE) all CFLAGS="@DEBUG@"
profile:
$(MAKE) all CFLAGS="@PROFILE@"