Mercurial > ~dholland > hg > ag > index.cgi
view anagram/guisupport/DEFS.mk @ 24:a4899cdfc2d6 default tip
Obfuscate the regexps to strip off the IBM compiler's copyright banners.
I don't want bots scanning github to think they're real copyright
notices because that could cause real problems.
author | David A. Holland |
---|---|
date | Mon, 13 Jun 2022 00:40:23 -0400 |
parents | 13d2b8934445 |
children |
line wrap: on
line source
include $(BUILDTOP)/config.mk SYNS=profile.syn HELPGEN=$(BUILDTOP)/helpgen/helpgen$(HOST_EXEEXT) # Sources. SRCS=\ action.cpp \ anom.cpp \ auxmenus.cpp \ brt.cpp \ charsdc.cpp \ conflictdc.cpp \ conflicttrc.cpp \ coveragedc.cpp \ dc.cpp \ errordc.cpp \ ftpardc.cpp \ gsinst.cpp \ help.cpp \ items.cpp \ keytabdc.cpp \ proctabdc.cpp \ profile.cpp \ readprofile.cpp \ redmenudc.cpp \ ruletabdc.cpp \ stexpdc.cpp \ symtabdc.cpp \ tokentabdc.cpp \ tracedc.cpp \ wdata.cpp \ windowreg.cpp \ wm1.cpp \ ws.cpp LIB=guisupport LIBTYPE=LIB INCDIRS=. $(TOP)/anagram/support $(TOP)/anagram/agcore \ $(TOP)/anagram/guisupport $(TOP)/anagram/$(GUI) \ $(TOP)/anagram/ag1 include $(TOP)/mk/lib.mk beforeall: helpdata.h helpdata.h: $(SRCDIR)/helpdata.src $(HELPGEN) @echo ' [HELPGEN] helpdata.src' @$(HELPGEN) $(SRCDIR)/helpdata.src helpdata.h clean distclean: helpclean helpclean: @echo ' [RM] helpdata.h' @rm -f helpdata.h .PHONY: beforeall clean distclean helpclean