This commit is contained in:
5
ase/inc/ase/awk/makefile.am
Normal file
5
ase/inc/ase/awk/makefile.am
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
pkginclude_HEADERS = awk.h val.h
|
||||
pkgincludedir= $(includedir)/ase/awk
|
||||
|
||||
CLEANFILES = *dist
|
7
ase/inc/ase/cmn/makefile.am
Normal file
7
ase/inc/ase/cmn/makefile.am
Normal 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
5
ase/inc/ase/makefile.am
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign no-dependencies
|
||||
|
||||
# EXTRA_DIST = README
|
||||
SUBDIRS = cmn utl awk
|
6
ase/inc/ase/utl/makefile.am
Normal file
6
ase/inc/ase/utl/makefile.am
Normal 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
5
ase/inc/makefile.am
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign no-dependencies
|
||||
|
||||
# EXTRA_DIST = README
|
||||
SUBDIRS = ase
|
Reference in New Issue
Block a user