win95-initial-port-20010430
[openafs.git] / src / des / Makefile
index a3c6b06..9e1a1b5 100644 (file)
@@ -125,12 +125,14 @@ GPROGS    = \
        make_p_table \
        make_s_table \
        make_odd \
-       make_e \
        make_p \
        make_s \
        make_fp \
-       make_ip \
-       misc
+       make_ip
+
+XGPROGS = \
+       misc \
+       make_e
 
 # Library component lists.
 
@@ -162,6 +164,8 @@ noversion: install
 
 all:   ${GFILES} ${CFILES} ${DEP_LIBS}
 
+gprogs: ${GPROGS}
+
 test: 
        cd test; $(MAKE)
 
@@ -179,7 +183,7 @@ ${DESTDIR}lib/libdes.a: libdes.a
        ${INSTALL} $? $@
 
 install install.noversion: all ukinstall ${DESTDIR}lib/libdes.a
-       ${INSTALL} des.h des_conf.h mit-cpyright.h ${DESTDIR}include
+       ${INSTALL} des.h des_conf.h mit-cpyright.h crypt.h ${DESTDIR}include
        ${INSTALL} odd.h ${DESTDIR}include/des_odd.h
 
 clean:
@@ -367,6 +371,7 @@ strng_to_key.o: des.h
 strng_to_key.o: mit-cpyright.h
 strng_to_key.o: des_conf.h ./odd.h
 debug_decl.o: debug_decl.c
+make_e.o: make_e.c
 make_keyperm.o:
        ${CC} -I${SRC} ${F_CPP} ${F_CC} ${SRC}/make_keyperm.c
 make_ip.o:
@@ -423,5 +428,7 @@ strng_to_key.o:
        ${CC} -I${SRC} ${F_CPP} ${F_CC} ${SRC}/strng_to_key.c
 debug_decl.o:
        ${CC} -I${SRC} ${F_CPP} ${F_CC} ${SRC}/debug_decl.c
+make_e.o:
+       ${CC} -I${SRC} ${F_CPP} ${F_CC} ${SRC}/make_e.c
 # DEPENDENCIES MUST END AT END OF FILE
 # IF YOU PUT STUFF HERE IT WILL GO AWAY (see make depend above)