Changes in libcfa/prelude/Makefile.am [b7fe2e6:7c6b262]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/prelude/Makefile.am
rb7fe2e6 r7c6b262 17 17 # create object files in directory with source files 18 18 AUTOMAKE_OPTIONS = foreign subdir-objects 19 ACLOCAL_AMFLAGS = -I ../automake19 ACLOCAL_AMFLAGS = -I automake 20 20 21 21 # put into lib for now 22 22 cfalibdir = ${CFA_LIBDIR} 23 23 cfalib_DATA = gcc-builtins.cf builtins.cf extras.cf prelude.cfa bootloader.c defines.hfa 24 25 EXTRA_DIST = bootloader.cf builtins.c builtins.def extras.c extras.regx extras.regx2 prelude-gen.cc prototypes.awk prototypes.c prototypes.sed sync-builtins.cf26 24 27 25 CC = @LOCAL_CFACC@
Note: See TracChangeset
for help on using the changeset viewer.