comparison ffstools/tiffs-rd/Makefile @ 233:ae9ff2d1e3da

tiffs IVA: basic ls integrated
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 26 Jan 2014 10:54:42 +0000
parents 5ceacdbd4490
children acedd4c88d2e
comparison
equal deleted inserted replaced
232:73372cfdaf7f 233:ae9ff2d1e3da
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 PROG= tiffs 3 PROG= tiffs
4 OBJS= basics.o globals.o inode.o main.o 4 OBJS= basics.o globals.o inode.o ls.o main.o object.o tree.o
5 HDRS= globals.h pathname.h struct.h types.h 5 HDRS= globals.h pathname.h struct.h types.h
6 6
7 all: ${PROG} 7 all: ${PROG}
8 8
9 ${PROG}: ${OBJS} 9 ${PROG}: ${OBJS}