Reorganize repository structure
This commit is contained in:
parent
f2259c5424
commit
3c44927e0a
364 changed files with 0 additions and 14028 deletions
37
Asixtool/Kopie von Makefile
Normal file
37
Asixtool/Kopie von Makefile
Normal file
|
@ -0,0 +1,37 @@
|
|||
###############################################################
|
||||
#####
|
||||
##### Makefile for asixtool
|
||||
#####
|
||||
###############################################################
|
||||
|
||||
###############################################################
|
||||
#####
|
||||
##### PATHS (default installation)
|
||||
#####
|
||||
###############################################################
|
||||
|
||||
INSTALLDIR_BIN=/usr/local/bin
|
||||
|
||||
-include Makefile.local
|
||||
|
||||
BASE = D:\Programmieren\Cygwin
|
||||
INCLUDEPATH = $(BASE)\usr\include
|
||||
##LIBPATH = $(BASE)\lib\gcc\i686-pc-cygwin\3.4.4\include
|
||||
|
||||
###############################################################
|
||||
#####
|
||||
##### Do the whole shabang
|
||||
#####
|
||||
###############################################################
|
||||
|
||||
all: asixtool
|
||||
|
||||
asixtool: asix_serial.c asix_serial.h bootcom.c bootcom.h infohelper.h infohelper.c main.c
|
||||
$(BASE)/bin/gcc.exe -Os -Wall asix_serial.c bootcom.c infohelper.c main.c -o asixtool
|
||||
strip asixtool
|
||||
|
||||
|
||||
clean:
|
||||
$(RM) *.o *~ asixtool
|
||||
|
||||
### EOF
|
Loading…
Add table
Add a link
Reference in a new issue