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

  1.  
  2. FILEFLAGS = $(CFLAGS_BASE) -I$(TOP)/source/OSLib -I$(TOP)/source
  3. FILELIBS = $(LIB)/libOSLib.a
  4.  
  5. all:    tidir
  6.  
  7. tidir:    tidir.c Makefile $(OBJ)/fiad.o $(OBJ)/xmalloc.o
  8.     $(HOSTCC) tidir.c $(FILEFLAGS)  -o $(OBJ)/tidir.o
  9.     $(HOSTCC) $(OBJ)/tidir.o $(OBJ)/fiad.o $(OBJ)/xmalloc.o $(LDFLAGS_BASE) $@ $(FILELIBS)
  10.