aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/dap
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-10-10 08:09:19 +0000
committerJörg Mayer <jmayer@loplof.de>2007-10-10 08:09:19 +0000
commit24470fdfae786209924c14eeaa4956fea13ce63c (patch)
tree49ca8a3c6032707121e5f718eeeedb75968a07e3 /asn1/dap
parent0bb472dc2dd713c9cb9ce9f43d4835f2396074dc (diff)
More conversions and updates to existing Makefile stuff
svn path=/trunk/; revision=23127
Diffstat (limited to 'asn1/dap')
-rw-r--r--asn1/dap/Makefile.common14
1 files changed, 13 insertions, 1 deletions
diff --git a/asn1/dap/Makefile.common b/asn1/dap/Makefile.common
index 7cdbe846b5..a0a99238e1 100644
--- a/asn1/dap/Makefile.common
+++ b/asn1/dap/Makefile.common
@@ -47,9 +47,12 @@ SRC_FILES = \
A2W_FLAGS= -b -e
EXTRA_CNF= \
- ../x509if/x509if-exp.cnf \
+ ../x509if/x509if-exp.cnf \
../x509af/x509af-exp.cnf \
+ ../x509sat/x509sat-exp.cnf \
+ ../pkixcrmf/crmf-exp.cnf \
../dsp/dsp-exp.cnf \
+ ../disp/disp-exp.cnf \
../ros/ros-exp.cnf \
../acse/acse-exp.cnf
@@ -59,6 +62,15 @@ EXTRA_CNF= \
../x509af/x509af-exp.cnf:
(cd ../x509af && $(MAKE) $(MAKEFLAGS))
+../x509sat/x509sat-exp.cnf:
+ (cd ../x509sat && $(MAKE) $(MAKEFLAGS))
+
+../pkixcrmf/pkixcrmf-exp.cnf:
+ (cd ../pkixcrmf && $(MAKE) $(MAKEFLAGS))
+
+../disp/disp-exp.cnf:
+ (cd ../disp && $(MAKE) $(MAKEFLAGS))
+
../dsp/dsp-exp.cnf:
(cd ../dsp && $(MAKE) $(MAKEFLAGS))