# Makefile for cdbs tasks

all :
	cd cdbslib; make all
	cd loadutils; make all
	cd loadfile; make all
	cd certify; make all
	cd expload; make all
	cd getref; make all
	cd loopfits; make all
	cd mkcomptab; make all
	cd mkload; make all
	cd query; make all
	cd uniqname; make all
	cd cdbs_sql_gen; make all
	cd opus_sql_gen; make all

make:
	cd cdbslib; make make
	cd loadutils; make make
	cd loadfile; make make
	cd certify; make make
	cd expload; make make
	cd getref; make make
	cd loopfits; make make
	cd mkcomptab; make make
	cd mkload; make make
	cd query; make make
	cd uniqname; make make
	cd cdbs_sql_gen; make make
	cd opus_sql_gen; make make

install:
	../util/configure.pl source defines includes cgibin scripts topmake

clean:
	rm -f ../lib/*
	rm -f ../bin/*
