Annotation of q_a/samples/lowpass/makefile, revision 1.1.1.1

1.1       root        1: !include <ntwin32.mak>
                      2: 
                      3: proj = lowpass
                      4: 
                      5: my_lib = advapi32.lib winmm.lib
                      6: 
                      7: all: $(proj).exe
                      8: 
                      9: # Update the resource if necessary
                     10: $(proj).res: $(proj).rc $(proj).h
                     11:     $(rc) $(rcvars) -r $(proj).rc
                     12: 
                     13: $(proj).rbj: $(proj).res
                     14:     cvtres -$(CPU) $(proj).res -o $(proj).rbj
                     15: 
                     16: # Update the object file if necessary
                     17: $(proj).obj: $(proj).c $(proj).h
                     18:     $(cc) $(cflags) $(cdebug) $(cvars) $(proj).c
                     19: 
                     20: # Since the link line has some severe differences depending on what
                     21: # platform we are running on, we need to special case this so that
                     22: # we execute the correct commands:
                     23: 
                     24: $(proj).exe: $(proj).obj $(proj).rbj 
                     25:     $(link) $(linkdebug) $(guiflags) $(proj).obj  $(my_lib) $(guilibs) $(proj).rbj -out:$(proj).exe

unix.superglobalmegacorp.com

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