moving towards parse context; back to main computer

master
Allen Webster 2016-09-02 22:27:09 -04:00
parent be36b925ea
commit ad6379c6a7
2 changed files with 626 additions and 556 deletions

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,10 @@ FLAGS := -D_GNU_SOURCE -fPIC -fno-threadsafe-statics -pthread -I../foreign
# main stuff # main stuff
debug: FLAGS += -DFRED_INTERNAL=1 -DFRED_SUPER=1 -g -O0 debug: FLAGS += -DFRED_INTERNAL=1 -DFRED_SUPER=1 -g -O0
debug: ../4ed_app.so ../4ed debug: ../metagen ../4ed_app.so ../4ed
../metagen: $(CPP_FILES) $(C_FILES) $(H_FILES)
g++ $(WARNINGS) $(FLAGS) 4ed_metagen.cpp -iquoteforeign -o $@
../4ed_app.so: $(CPP_FILES) $(C_FILES) $(H_FILES) ../4ed_app.so: $(CPP_FILES) $(C_FILES) $(H_FILES)
g++ $(WARNINGS) $(FLAGS) -shared 4ed_app_target.cpp -iquoteforeign -o $@ g++ $(WARNINGS) $(FLAGS) -shared 4ed_app_target.cpp -iquoteforeign -o $@