Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[tools/hxx2salome.git] / src / Makefile.am
1 bin_PROGRAMS = ghxx2salome
2
3 AM_CPPFLAGS = @QT_MT_INCLUDES@ -DBINDIR="\"${bindir}\""
4 LDADD = -L${QTDIR}/lib${LIB_LOCATION_SUFFIX} -lqt-mt
5 CLEANFILES = hxx2salome_moc.cpp hxx2salome.h hxx2salome.cpp
6
7 ghxx2salome_SOURCES = main.cpp hxx2salome.cpp hxx2salome_moc.cpp
8 BUILT_SOURCES = hxx2salome.h
9
10 %.h: %.ui
11         ${UIC} $< -o $@
12
13 %.cpp: %.ui
14         ${UIC} -impl $*.h $< -o $@
15
16 %_moc.cpp: %.h
17         ${MOC} $< -o $@
18
19 main.cpp: hxx2salome.h