source: git/ppcc/src/Makefile.extra @ 54b24c

spielwiese
Last change on this file since 54b24c was 54b24c, checked in by Reimer Behrends <behrends@…>, 5 years ago
Finalizing thread support.
  • Property mode set to 100644
File size: 305 bytes
Line 
1PROGNAME=ppcc
2TCLSH=`autosetup/autosetup-find-tclsh`
3PREPROC_TCL=$(TCLSH) src/script/preproc.tcl
4src/pplex.h: src/pplex.h.in
5        $(PREPROC_TCL) src/pplex.h.in
6src/pplex.re: src/pplex.re.in
7        $(PREPROC_TCL) src/pplex.re.in
8CONFIGITEMS += src/pplex.h src/pplex.re
9RE2CFLAGS= --no-generation-date --no-version
Note: See TracBrowser for help on using the repository browser.