~ubuntu-branches/ubuntu/lucid/curl/lucid-201010031940

« back to all changes in this revision

Viewing changes to src/Makefile.netware

  • Committer: Kees Cook
  • Date: 2009-12-12 04:16:02 UTC
  • mfrom: (3.3.3 squeeze)
  • Revision ID: kees@outflux.net-20091212041602-o707x164tp1f8efj
Merged with Debian testing

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#################################################################
2
 
# $Id: Makefile.netware,v 1.102 2009-05-02 02:37:34 yangtse Exp $
 
2
# $Id: Makefile.netware,v 1.104 2009-09-07 19:34:03 gknauf Exp $
3
3
#
4
4
## Makefile for building curl.nlm (NetWare version - gnu make)
5
5
## Use: make -f Makefile.netware
215
215
        XDCDATA = $(OBJDIR)/$(TARGET).xdc
216
216
endif
217
217
 
218
 
ifeq ($(findstring linux,$(OSTYPE)),linux)
 
218
ifeq ($(findstring /sh,$(SHELL)),/sh)
219
219
DL      = '
220
220
DS      = /
221
221
PCT     = %
235
235
 
236
236
all: prebuild $(TARGET).nlm
237
237
 
238
 
prebuild: $(OBJDIR) $(OBJDIR)/version.inc config.h
 
238
prebuild: $(OBJDIR) $(OBJDIR)/version.inc curl_config.h
239
239
 
240
240
$(OBJDIR)/%.o: %.c
241
241
#       @echo Compiling $<
254
254
ifeq "$(wildcard hugehelp.c.cvs)" "hugehelp.c.cvs"
255
255
        -$(RM) hugehelp.c
256
256
endif
257
 
        -$(RM) config.h
 
257
        -$(RM) curl_config.h
258
258
        -$(RM) -r $(OBJDIR)
259
259
 
260
260
distclean: clean
361
361
        @echo $(DL)output $(TARGET).nlm$(DL) >> $@
362
362
endif
363
363
 
364
 
config.h: Makefile.netware
 
364
curl_config.h: Makefile.netware
365
365
        @echo Creating $@
366
366
        @echo $(DL)/* $@ for NetWare target.$(DL) > $@
367
367
        @echo $(DL)** Do not edit this file - it is created by make!$(DL) >> $@