head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2009.09.29.23.31.51;	author yo2dh;	state Exp;
branches;
next	1.2;

1.2
date	2009.09.25.06.45.01;	author edm;	state Exp;
branches;
next	1.1;

1.1
date	2009.09.16.08.18.57;	author yo2dh;	state Exp;
branches;
next	;


desc
@@


1.3
log
@*** empty log message ***
@
text
@Object=$(patsubst %.cpp,%.o,$(wildcard *.cpp))
Library=`pkg-config gtkmm-2.4 giomm-2.4 --cflags --libs`
Include=`pkg-config gtkmm-2.4 giomm-2.4 --cflags`
MODULE_OBJ_FLAGS = -I ./include -D_LINUX_ -g

Title=StaticAnalysisTool

all:$(Title)
$(Title):$(Object)
	$(CC) $(Library) -o $@@ $^
	\cp -f $(Title) ../
%.o:%.cpp
	$(CC) $(Include) $(MODULE_OBJ_FLAGS) -c -o $@@ $<
clean:
	rm -rf *.o $(Title)
rebuild:
	make clean
	make
@


1.2
log
@swa.exe to StaticAnalysisTool.exe
@
text
@d6 1
a6 1
Title=StaticAnalysisTool.exe
@


1.1
log
@Add
@
text
@d5 3
a7 1
Title=swa.exe
@

