From 6c3348c9f33a97fc12e06d17918683ab2d55efd1 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 25 Dec 2019 11:52:44 +0100 Subject: [PATCH] util to autohdr --- Makefile.am | 2 +- Makefile.simple | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index e38dc45b..ff313be9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,7 @@ language-data.cpp: langen ./langen > language-data.cpp autohdr.h: makeh language-data.cpp *.cpp - ./makeh locations.cpp hyperpoint.cpp geometry.cpp goldberg.cpp init.cpp floorshapes.cpp cell.cpp multi.cpp shmup.cpp pattern2.cpp mapeditor.cpp graph.cpp textures.cpp hprint.cpp language.cpp *.cpp > autohdr.h + ./makeh locations.cpp hyperpoint.cpp geometry.cpp goldberg.cpp init.cpp floorshapes.cpp cell.cpp multi.cpp shmup.cpp pattern2.cpp mapeditor.cpp graph.cpp textures.cpp hprint.cpp language.cpp util.cpp *.cpp > autohdr.h ############################# # Platform specific setup diff --git a/Makefile.simple b/Makefile.simple index 32eeeb4e..9303bf6b 100644 --- a/Makefile.simple +++ b/Makefile.simple @@ -159,7 +159,7 @@ makeh$(EXE_EXTENSION): makeh.cpp $(CXX) makeh.cpp -o $@ autohdr.h: makeh$(EXE_EXTENSION) *.cpp - ./makeh locations.cpp hyperpoint.cpp geometry.cpp goldberg.cpp init.cpp floorshapes.cpp cell.cpp multi.cpp shmup.cpp pattern2.cpp mapeditor.cpp graph.cpp textures.cpp hprint.cpp language.cpp complex.cpp *.cpp > autohdr.h + ./makeh locations.cpp hyperpoint.cpp geometry.cpp goldberg.cpp init.cpp floorshapes.cpp cell.cpp multi.cpp shmup.cpp pattern2.cpp mapeditor.cpp graph.cpp textures.cpp hprint.cpp language.cpp util.cpp complex.cpp *.cpp > autohdr.h language-data.cpp: langen$(EXE_EXTENSION) ./langen > language-data.cpp