summaryrefslogtreecommitdiffstats
path: root/src/appl/Makefile.in
blob: 015961110d655411453fd1022c12f1ccfa0bb868 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mydir=appl
BUILDTOP=$(REL)..

SUBDIRS= sample simple user_user gss-sample

all-windows:: 
	@echo Making in gss-sample
	cd gss-sample
	$(MAKE) -$(MFLAGS)
	cd ..

clean-windows::
	@echo Making clean in lib\crypto
	cd gss-sample
	$(MAKE) -$(MFLAGS) clean
	cd ..