Move Gen* into their own directory.

This commit is contained in:
Adam Sampson 2008-05-09 09:36:45 +00:00
parent 8babfb2911
commit 9c77aed7b3
3 changed files with 3 additions and 2 deletions

View File

@ -20,6 +20,7 @@ GHC_OPTS = \
-iflow \ -iflow \
-ifrontends \ -ifrontends \
-ipass \ -ipass \
-ipregen \
-itransformations -itransformations
if GHC68 if GHC68
@ -167,8 +168,8 @@ tocktest_SOURCES += frontends/RainTypesTest.hs
tocktest_SOURCES += frontends/StructureOccamTest.hs tocktest_SOURCES += frontends/StructureOccamTest.hs
tocktest_SOURCES += transformations/PassTest.hs tocktest_SOURCES += transformations/PassTest.hs
GenTagAST_SOURCES = GenTagAST.hs GenTagAST_SOURCES = pregen/GenTagAST.hs
GenOrdAST_SOURCES = GenOrdAST.hs GenOrdAST_SOURCES = pregen/GenOrdAST.hs
#The programs to actually build: #The programs to actually build:
bin_PROGRAMS = tock bin_PROGRAMS = tock