memdisk: Force ld output format to 32-bits
[syslinux.git] / com32 / rosh / Makefile
blob0d49eece0e9b4fa4c4fba5a8d0c16c4100993b5b
1 ## -----------------------------------------------------------------------
2 ##
3 ## Copyright 2001-2008 H. Peter Anvin - All Rights Reserved
4 ## Copyright 2010 Intel Corporation; author: H. Peter Anvin
5 ## Copyright 2008-2010 Gene Cumm - All Rights Reserved
6 ##
7 ## This program is free software; you can redistribute it and/or modify
8 ## it under the terms of the GNU General Public License as published by
9 ## the Free Software Foundation, Inc., 53 Temple Place Ste 330,
10 ## Boston MA 02111-1307, USA; either version 2 of the License, or
11 ## (at your option) any later version; incorporated herein by reference.
13 ## -----------------------------------------------------------------------
16 ## ROSH Read Only Shell
19 LIBS = $(objdir)/com32/libutil/libutil.c32 \
20 $(objdir)/com32/lib/libcom32.c32
22 VPATH = $(SRC)
23 include $(MAKEDIR)/rosh.mk
25 # from com32/sysdump/Makefile
26 # The DATE is set on the make command line when building binaries for
27 # official release. Otherwise, substitute a hex string that is pretty much
28 # guaranteed to be unique to be unique from build to build.
29 ifndef HEXDATE
30 HEXDATE := $(shell $(PERL) $(topdir)/now.pl $(SRCS) $(sort $(wildcard *.h)))
31 endif
32 ifndef DATE
33 DATE := $(shell sh $(topdir)/gen-id.sh $(VERSION) $(HEXDATE))
34 endif
36 CFLAGS += -DDATE='"$(DATE)"'
37 LNXCFLAGS += -DDATE='"$(DATE)"'
39 all: rosh.c32
41 rosh.o: rosh.h
43 rosh.lo: rosh.h
45 allgrc: rosh.c32 rosh.lnx
47 tidy dist:
48 rm -f *.o *.lo *.a *.lst *.elf .*.d *.tmp
50 clean: tidy
51 rm -f *.lnx
53 spotless: clean
54 rm -f *.lss *.c32 *.com
55 rm -f *~ \#*
57 install:
59 -include .*.d