File: Makefile

package info (click to toggle)
libterralib 4.3.0%2Bdfsg.2-14
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 61,564 kB
  • sloc: cpp: 225,052; ansic: 31,562; makefile: 807; sh: 80; xml: 37
file content (14 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
all: querierGroupSpatialRest

terralib:
	cd ../../terralibx/terralib; make

querierGroupSpatialRest: terralib
	qmake -o makeQuerierGroupSpatialRest querierGroupSpatialRest.pro; make -f makeQuerierGroupSpatialRest

clean:
	if \
		test -f makeQuerierGroupSpatialRest; \
	then \
		make -f makeQuerierGroupSpatialRest distclean; rm -f makeQuerierGroupSpatialRest; \
	fi