source: release-kits/shared/search4j/head_src/guihead/Makefile.win@ 15093

Last change on this file since 15093 was 15093, checked in by oranfry, 16 years ago

importing the search4j tool I wrote for the release kits

File size: 957 bytes
Line 
1# Project: guihead
2# Makefile created by Dev-C++ 4.9.9.2
3
4CPP = g++.exe
5CC = gcc.exe
6WINDRES = windres.exe
7RES =
8OBJ = guihead.o ../head.o $(RES)
9LINKOBJ = guihead.o ../head.o $(RES)
10LIBS = -L"C:/Dev-Cpp/lib" -mwindows -n -s
11INCS = -I"C:/Dev-Cpp/include"
12CXXINCS = -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include"
13BIN = guihead.exe
14CXXFLAGS = $(CXXINCS) -fexpensive-optimizations -O3
15CFLAGS = $(INCS) -fexpensive-optimizations -O3
16RM = rm -f
17
18.PHONY: all all-before all-after clean clean-custom
19
20all: all-before guihead.exe all-after
21
22
23clean: clean-custom
24 ${RM} $(OBJ) $(BIN)
25
26$(BIN): $(OBJ)
27 $(CC) $(LINKOBJ) -o "guihead.exe" $(LIBS)
28
29guihead.o: guihead.c
30 $(CC) -c guihead.c -o guihead.o $(CFLAGS)
31
32../head.o: ../head.c
33 $(CC) -c ../head.c -o ../head.o $(CFLAGS)
Note: See TracBrowser for help on using the repository browser.