Annotation of 43BSD/contrib/mh/conf/Makefile, revision 1.1.1.1

1.1       root        1: ######################################################################
                      2: #      Instructions to Make, for compilation of MH modules
                      3: ######################################################################
                      4: 
                      5: CC      =      cc
                      6: CFLAGS  =      -O
                      7: LFLAGS  =      -bhu
                      8: LDFLAGS =
                      9: LIBES   =
                     10: 
                     11: 
                     12: ######################################################################
                     13: #      Here it is...
                     14: ######################################################################
                     15: 
                     16: all:           mhconfig
                     17: lint:          l-mhconfig
                     18: 
                     19: 
                     20: ######################################################################
                     21: # mhconfig
                     22: ######################################################################
                     23: 
                     24: mhconfig:      mhconfig.o
                     25:                $(CC) $(LDFLAGS) -o $@ mhconfig.o $(LIBES)
                     26: 
                     27: 
                     28: l-mhconfig:;   lint $(LFLAGS) mhconfig.c $(LLIBS)
                     29: 
                     30: 
                     31: ######################################################################
                     32: #      Miscellaneous tasks
                     33: ######################################################################
                     34: 
                     35: distribution:  clean
                     36:                rm -f mhconfig config.sed doc/config.sed
                     37: 
                     38: clean:         unclean
                     39: 
                     40: unclean:;      rm -f *.o _* :* */_* */:* */*/_* */*/:*

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.