Changeset 4344
- Timestamp:
- Jun 21, 2005, 5:09:28 PM (21 years ago)
- Location:
- trunk/glueforge
- Files:
-
- 1 added
- 3 edited
-
glueforge.in (modified) (2 diffs)
-
templates/psdb/configure_ac.tt (modified) (1 diff)
-
templates/psdb/doxyfile_in.tt (added)
-
templates/psdb/top_makefile_am.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/glueforge.in
r4334 r4344 3 3 # Copyright (C) 2005 Joshua Hoblitt 4 4 # 5 # $Id: glueforge.in,v 1.2 3 2005-06-22 00:17:26jhoblitt Exp $5 # $Id: glueforge.in,v 1.24 2005-06-22 03:09:28 jhoblitt Exp $ 6 6 7 7 use strict; … … 85 85 'configure_ac.tt' => "$output/configure.ac", 86 86 'pkgconfig_pc_in.tt' => "$output/$data{pkg_name}.pc.in", 87 'doxyfile_in.tt' => "$output/Doxyfile.in", 87 88 'top_makefile_am.tt' => "$output/Makefile.am", 88 89 'src_makefile_am.tt' => "$output/src/Makefile.am", -
trunk/glueforge/templates/psdb/configure_ac.tt
r4002 r4344 29 29 src/Makefile 30 30 [% pkg_name %].pc 31 Doxyfile 31 32 ]) 32 33 AC_OUTPUT -
trunk/glueforge/templates/psdb/top_makefile_am.tt
r4002 r4344 4 4 pkgconfig_DATA= [% pkg_name %].pc 5 5 6 EXTRA_DIST = [% pkg_name %].pc.in 6 EXTRA_DIST = [% pkg_name %].pc.in Doxyfile.in
Note:
See TracChangeset
for help on using the changeset viewer.
