aboutsummaryrefslogblamecommitdiff
path: root/comms/trustedqsl/files/Makefile
blob: 44491f14b1040797f634468165013a8eb323eb77 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


           
                                                                                                                                        
                                 

        


                                                                           
                                         
# $FreeBSD$

all:
	(cd tqsllib-2.0;./configure --with-wxwindows=${WX_CONFIG};make;make converter;make gen_crq;make load_cert;make station_loc;make)
	(cd TrustedQSL-1.11;make)

install:
	(cd tqsllib-2.0;make install)
	(cd tqsllib-2.0/.libs; \
	%%INSTALL%% converter gen_crq load_cert station_loc %%PREFIX%%/bin)
	(cd TrustedQSL-1.11;make install)