Changeset 3727
- Timestamp:
- Apr 20, 2005, 4:53:08 PM (21 years ago)
- Location:
- trunk/glueforge/templates/psdb
- Files:
-
- 1 added
- 2 edited
-
configure_ac.tt (modified) (2 diffs)
-
pkgconfig_pc_in.tt (added)
-
src_makefile_am.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/templates/psdb/configure_ac.tt
r3726 r3727 2 2 3 3 AC_INIT([[% lib_name %]], [0.0.1], [pan-starrs.ifa.hawaii.edu]) 4 AC_CONFIG_SRCDIR([ ])4 AC_CONFIG_SRCDIR([[% lib_name %].pc.in]) 5 5 6 6 AM_INIT_AUTOMAKE … … 15 15 PKG_CHECK_MODULES(PSLIB, pslib >= 0.5.0) 16 16 17 AC_CONFIG_FILES( Makefile src/Makefile)17 AC_CONFIG_FILES([% lib_name %].pc Makefile src/Makefile) 18 18 AC_OUTPUT -
trunk/glueforge/templates/psdb/src_makefile_am.tt
r3618 r3727 1 AM_CFLAGS = $(PSLIB_CFLAGS)2 AM_LIBS = $(PSLIB_LIBS)3 4 1 include_HEADERS=[% lib_name %].h 5 2 lib_LTLIBRARIES = lib[% lib_name %].la 3 lib[% lib_name %]_la_CFLAGS = @PSLIB_CFLAGS@ 4 lib[% lib_name %]_la_LIBS = @PSLIB_LIBS@ 6 5 lib[% lib_name %]_la_LDFLAGS = -release @PACKAGE_VERSION@ 7 6 lib[% lib_name %]_la_SOURCES =\
Note:
See TracChangeset
for help on using the changeset viewer.
