Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7712710
makefile.gcc
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
372 B
Referenced Files
None
Subscribers
None
makefile.gcc
View Options
PROG = lzmadec
CXX = gcc
LIB =
RM = rm -f
CFLAGS = -c -O2 -Wall -pedantic -D _LZMA_PROB32
OBJS = LzmaTest.o LzmaDecode.o
all: $(PROG)
$(PROG): $(OBJS)
$(CXX) -o $(PROG) $(LDFLAGS) $(OBJS) $(LIB)
LzmaTest.o: LzmaTest.c
$(CXX) $(CFLAGS) LzmaTest.c
LzmaDecode.o: LzmaDecode.c
$(CXX) $(CFLAGS) LzmaDecode.c
clean:
-$(RM) $(PROG) $(OBJS)
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Fri, Nov 21, 7:15 AM (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1361078
Default Alt Text
makefile.gcc (372 B)
Attached To
Mode
rXMOUNT xmount
Attached
Detach File
Event Timeline
Log In to Comment