From 0cf2f20608308acdf3cb922c3736446bbd8f3388 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:58:29 +0100 Subject: gentoo resync : 14.07.2018 --- games-strategy/netherearth/files/Makefile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 games-strategy/netherearth/files/Makefile (limited to 'games-strategy/netherearth/files/Makefile') diff --git a/games-strategy/netherearth/files/Makefile b/games-strategy/netherearth/files/Makefile deleted file mode 100644 index 07c671a10e31..000000000000 --- a/games-strategy/netherearth/files/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# ls *.cpp -# -#3dobject-ase.cpp construction.cpp maps.cpp netherdebug.cpp radar.cpp -#3dobject.cpp enemy_ai.cpp menu.cpp nethersave.cpp robot_ai.cpp -#bitmap.cpp glprintf.cpp myglutaux.cpp particles.cpp robots.cpp -#bullet.cpp main.cpp nether.cpp piece3dobject.cpp shadow3dobject.cpp -#cmc.cpp mainmenu.cpp nethercycle.cpp quaternion.cpp vector.cpp - - -SOURCES = 3dobject-ase.cpp 3dobject.cpp cmc.cpp nether.cpp piece3dobject.cpp vector.cpp bitmap.cpp bullet.cpp glprintf.cpp main.cpp mainmenu.cpp maps.cpp menu.cpp myglutaux.cpp nethercycle.cpp netherdebug.cpp nethersave.cpp particles.cpp construction.cpp quaternion.cpp radar.cpp enemy_ai.cpp robot_ai.cpp robots.cpp shadow3dobject.cpp -OBJECTS = $(SOURCES:.cpp=.o) -TARGET = nether_earth - -.cpp.o: - g++ ${CXXFLAGS} -c $< -o $@ - -all: $(TARGET) - -$(TARGET): $(OBJECTS) - g++ $(OBJECTS) -o $(TARGET) -lGL -lGLU -lglut -lSDL -lSDL_mixer -lpthread -- cgit v1.2.3