This commit is contained in:
2008-06-16 08:28:09 +00:00
parent c6664b6bcd
commit cd7ea696cd
13 changed files with 85 additions and 43 deletions

View File

@ -0,0 +1,5 @@
pkginclude_HEADERS = awk.h val.h
pkgincludedir= $(includedir)/ase/awk
CLEANFILES = *dist

View File

@ -0,0 +1,7 @@
pkginclude_HEADERS = conf_msw.h conf_unx.h conf_vms.h \
macros.h map.h mem.h pack.h rex.h str.h types.h unpack.h
pkgincludedir= $(includedir)/ase/cmn
CLEANFILES = *dist

5
ase/inc/ase/makefile.am Normal file
View File

@ -0,0 +1,5 @@
AUTOMAKE_OPTIONS = foreign no-dependencies
# EXTRA_DIST = README
SUBDIRS = cmn utl awk

View File

@ -0,0 +1,6 @@
pkginclude_HEADERS = ctype.h getopt.h http.h main.h stdio.h
pkgincludedir= $(includedir)/ase/utl
CLEANFILES = *dist

5
ase/inc/makefile.am Normal file
View File

@ -0,0 +1,5 @@
AUTOMAKE_OPTIONS = foreign no-dependencies
# EXTRA_DIST = README
SUBDIRS = ase