1
0
forked from GitHub/gf-core

Embed/TemplateApp

This commit is contained in:
aarne
2005-10-07 12:06:19 +00:00
parent ef18c4d4bf
commit 0d33fd98e0
3 changed files with 76 additions and 1 deletions

View File

@@ -26,6 +26,8 @@ MSI_FILE=gf-$(subst .,_,$(PACKAGE_VERSION)).msi
GF_DATA_DIR=$(datadir)/GF-$(PACKAGE_VERSION)
EMBED = GF/Embed/TemplateApp
# use the temporary binary file name 'gf-bin' to not clash with directory 'GF'
# on case insensitive file systems (such as FAT)
GF_EXE=gf$(EXEEXT)
@@ -73,6 +75,11 @@ build:
opt: GHCFLAGS += $(GHCOPTFLAGS)
opt: build
embed: GHCFLAGS += $(GHCOPTFLAGS)
embed:
$(GHMAKE) $(GHCFLAGS) $(EMBED) -o $(EMBED)
strip $(EMBED)
noopt: build
ghci: ghci-nofud