libinstaller: Use SOURCE_DATE_EPOCH for synthesized modification time stamps
[syslinux.git] / com32 / tools / Makefile
blobd64fc1d919cd020f8aab62b6d59c0a1d78bdfef6
1 ## -*- makefile -*- ------------------------------------------------------
2 ##
3 ## Copyright 2001-2016 H. Peter Anvin - All Rights Reserved
4 ##
5 ## This program is free software; you can redistribute it and/or modify
6 ## it under the terms of the GNU General Public License as published by
7 ## the Free Software Foundation, Inc., 53 Temple Place Ste 330,
8 ## Boston MA 02111-1307, USA; either version 2 of the License, or
9 ## (at your option) any later version; incorporated herein by reference.
11 ## -----------------------------------------------------------------------
13 VPATH = $(SRC)
14 include $(MAKEDIR)/build.mk
16 BINS =
18 INCLUDES += -I$(SRC)/include
20 all : $(BINS)
22 tidy dist clean spotless:
23 rm -f $(BINS)
24 rm -f *.o *.a .*.d
25 rm -f */*.o */*.a */.*.d
27 install installer:
29 -include .*.d */.*.d