!IFDEF NTMAKEENV !INCLUDE $(NTMAKEENV)\makefile.def !ELSE # Makefile # Copyright 1992 Microsoft Corp. # ## ################ ## ## Top level Makefile ## ################ ################ ## ## Defines for the environment ## ################ !INCLUDE ..\globals.mak ################ ## ## the Standard targets ## ################ help: StdHelp -@type << IFKERNEL targets: w16_r Win16, retail w16_d Win16, debug chicago_r Win95, retail chicago_d Win95, debug nashville_r Win95A, retail nashville_d Win95A, debug memphis_r Win96, retail memphis_d Win96, debug nt_r NT (Shell Update Release), retail nt_d NT (Shell Update Release), debug cairo_r Cairo, retail cairo_d Cairo, debug < $@ awmodem.xxx: awmodem.inf awmodem.sed $(SED) -f awmodem.sed < awmodem.inf > $@ !IF ("$(TGT)" == "") || ("$(TGT)" == "WFW") || ("$(TGT)" == "WINPAD") || ("$(TGT)" == "WIN32") all: $(TARGETS) $(OBJDIR)\awfaxio.def: awfaxio.def ..\globals.mak ..\common\h\defs.h !include ..\def.mak !include ..\imp.mak !ELSE all: objs !ENDIF !if exist (depends.mak) ! include depends.mak !endif !ENDIF