# Copyright 1999 Pace Micro Technology plc # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # TARGET= MTrace INCLUDES= C:,TCPIPLibs: CC= cc RM= remove WFLAGS= fr~c~v WIPE= -wipe CFLAGS= -Wp -I$(INCLUDES) -c ${THROWBACK} -depend !Depend OBJS= o.${TARGET} LIBS= C:o.Stubs TCPIPLibs:o.Unixlib TCPIPLibs:o.Inetlib \ TCPIPLibs:o.Socklib5 .SUFFIXES: .c .o .c.o:; $(CC) $(CFLAGS) -o $@ $< ${TARGET}: $(OBJS) $(LIBS) Link -o $@ $(OBJS) $(LIBS) Squeeze $@ clean:; ${RM} ${TARGET} ${WIPE} o.* ${WFLAGS} # Dynamic dependencies: