Changeset 4002
- Timestamp:
- May 19, 2005, 4:00:17 PM (21 years ago)
- Location:
- trunk/glueforge
- Files:
-
- 6 added
- 3 edited
-
glueforge.in (modified) (2 diffs)
-
templates/psdb/configure_ac.tt (modified) (2 diffs)
-
templates/psdb/dbcleanup_c.tt (added)
-
templates/psdb/dbsetup_c.tt (added)
-
templates/psdb/init_at.tt (added)
-
templates/psdb/init_c.tt (added)
-
templates/psdb/tests_makefile_am.tt (added)
-
templates/psdb/testsuite_at.tt (added)
-
templates/psdb/top_makefile_am.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/glueforge.in
r3929 r4002 3 3 # Copyright (C) 2005 Joshua Hoblitt 4 4 # 5 # $Id: glueforge.in,v 1. 9 2005-05-13 22:00:15jhoblitt Exp $5 # $Id: glueforge.in,v 1.10 2005-05-20 02:00:17 jhoblitt Exp $ 6 6 7 7 use strict; … … 87 87 'header.tt' => "$output/src/$data{file_name}.h", 88 88 'code.tt' => "$output/src/$data{file_name}.c", 89 'tests_makefile_am.tt' => "$output/tests/Makefile.am", 90 'testsuite_at.tt' => "$output/tests/testsuite.at", 91 'dbsetup_c.tt' => "$output/tests/dbsetup.c", 92 'dbcleanup_c.tt' => "$output/tests/dbcleanup.c", 93 'init_c.tt' => "$output/tests/init.c", 89 94 ); 90 95 -
trunk/glueforge/templates/psdb/configure_ac.tt
r3908 r4002 9 9 AM_CONFIG_HEADER([config.h]) 10 10 AM_MAINTAINER_MODE 11 12 AC_CONFIG_TESTDIR([tests]) 13 AC_CONFIG_FILES([tests/Makefile]) 14 AM_MISSING_PROG([AUTOM4TE], [autom4te]) 11 15 12 16 AC_LANG(C) … … 21 25 AC_SUBST([[% pkg_name %]_CFLAGS]) 22 26 23 AC_CONFIG_FILES([% pkg_name %].pc Makefile src/Makefile) 27 AC_CONFIG_FILES([ 28 Makefile 29 src/Makefile 30 [% pkg_name %].pc 31 ]) 24 32 AC_OUTPUT -
trunk/glueforge/templates/psdb/top_makefile_am.tt
r3931 r4002 1 SUBDIRS = src 1 SUBDIRS = src tests 2 2 3 3 pkgconfigdir = $(libdir)/pkgconfig
Note:
See TracChangeset
for help on using the changeset viewer.
