home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.7z / ftp.whtech.com / emulators / v9t9 / linux / sources / V9t9 / tools / TIAsm / Makefile < prev    next >
Encoding:
Makefile  |  2006-10-19  |  259 b   |  13 lines

  1. # Generated automatically from Makefile.in by configure.
  2. BIN = ../../bin
  3. DEFS = -DHAVE_CONFIG_H
  4. CC = gcc
  5. CFLAGS = -g -O2
  6. LDFLAGS = 
  7. LIBS = 
  8.  
  9. all:    $(BIN)/tiasm
  10.  
  11. $(BIN)/tiasm:    tiasm.c Makefile
  12.     $(CC) $(CFLAGS) $(DEFS) $(LDFLAGS) -o $(BIN)/tiasm tiasm.c $(LIBS)
  13.