Changeset 36 for trunk/src/os2ahci/Makefile
- Timestamp:
- Nov 5, 2010, 1:40:22 PM (15 years ago)
- Location:
- trunk/src/os2ahci
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci
- Property svn:ignore
-
old new 8 8 *.out 9 9 *.map 10 TAGS 11 bldday.h
-
- Property svn:ignore
-
trunk/src/os2ahci/Makefile
r34 r36 1 1 ############################################################################### 2 # Makefile - makefile for os2ahci driver 2 # Makefile - makefile for os2ahci driver, c600 tool chain 3 3 # 4 # Copyright (c) 2010 Christian Mueller. Parts copied from/inspired by the 5 # Linux AHCI driver; those parts are (c) Linux AHCI/ATA maintainers 4 # Copyright (c) 2010 Christian Mueller, Markus Thielen. 6 5 # 7 6 # This program is free software; you can redistribute it and/or modify … … 18 17 # along with this program; if not, write to the Free Software 19 18 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 19 # 21 20 22 21 ############################################################################### … … 104 103 # Action definitions (compile/link commands) 105 104 105 # emacs TAGS file creation 106 # NOTE: OS/2 emacs etags.exe expects an empty file named c:\dev\null... 107 tags: $(SRCS) $(INCS) 108 etags.exe $(SRCS) $(INCS) 109 106 110 bldday.h: 107 111 $(BLDDATE) > bldday.h
Note:
See TracChangeset
for help on using the changeset viewer.