Annotation of mstools/samples/rpc/yield/makefile, revision 1.1.1.1

1.1       root        1: #*************************************************************#
                      2: #**                                                         **#
                      3: #**                 Microsoft RPC Examples                  **#
                      4: #**                    yield Application                    **#
                      5: #**            Copyright(c) Microsoft Corp. 1991            **#
                      6: #**                                                         **#
                      7: #*************************************************************#
                      8: 
                      9: !include <ntwin32.mak>
                     10: 
                     11: .c.obj:
                     12:    $(cc) $(cdebug) $(cflags) $(cvars) $<
                     13: 
                     14: all: yields
                     15: 
                     16: # Make the yield server
                     17: yields : yields.exe
                     18: yields.exe : yields.obj yieldp.obj yield_s.obj yield_y.obj
                     19:     $(link) $(linkdebug) $(conflags) -out:yields.exe -map:yields.map \
                     20:       yields.obj yieldp.obj yield_s.obj yield_y.obj \
                     21:       rpcrt4.lib $(conlibs)
                     22: 
                     23: yields.obj : yields.c yield.h
                     24: 
                     25: yieldp.obj : yieldp.c yield.h
                     26: 
                     27: yield_s.obj : yield_s.c yield.h
                     28: 
                     29: yield_y.obj : yield_y.c yield.h
                     30: 
                     31: # Make the stubs source
                     32: yield.h yield_s.c yield_y.c : yield.idl yield.acf
                     33:     midl -cpp_cmd $(cc) -cpp_opt "-E" yield.idl
                     34: 
                     35: # Clean up everything
                     36: cleanall : clean
                     37:     -del *.exe
                     38: 
                     39: # Clean up everything but the .EXEs
                     40: clean :
                     41:     -del *.obj
                     42:     -del *.map
                     43:     -del yield_s.c
                     44:     -del yield_y.c
                     45:     -del yield.h

unix.superglobalmegacorp.com

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