Move Gen* into their own directory.
This commit is contained in:
parent
8babfb2911
commit
9c77aed7b3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user