FreeCalypso > hg > freecalypso-tools
comparison ffstools/tiffs-rd/Makefile @ 46:a4afdada80fc
ffstools: move to /opt/freecalypso/bin
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Wed, 26 Oct 2016 05:59:54 +0000 |
| parents | e7502631a0f9 |
| children | 90d7c360a614 |
comparison
equal
deleted
inserted
replaced
| 45:4368f76e3d56 | 46:a4afdada80fc |
|---|---|
| 1 CC= gcc | 1 CC= gcc |
| 2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
| 3 PROG= tiffs | 3 PROG= tiffs |
| 4 OBJS= basics.o cat.o globals.o inode.o ls.o main.o object.o tree.o xtr.o | 4 OBJS= basics.o cat.o globals.o inode.o ls.o main.o object.o tree.o xtr.o |
| 5 HDRS= globals.h pathname.h struct.h types.h | 5 HDRS= globals.h pathname.h struct.h types.h |
| 6 INSTBIN=/usr/local/bin | 6 INSTBIN=/opt/freecalypso/bin |
| 7 | 7 |
| 8 all: ${PROG} | 8 all: ${PROG} |
| 9 | 9 |
| 10 ${PROG}: ${OBJS} | 10 ${PROG}: ${OBJS} |
| 11 ${CC} -o $@ ${OBJS} | 11 ${CC} -o $@ ${OBJS} |
