mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-20 21:37:39 +01:00
$(TOPDIR), make, tmpl/tex/en_technical: Make the uclient examples work
This commit is contained in:
parent
e0f0ca6260
commit
a9cdceebeb
4 changed files with 26 additions and 17 deletions
|
|
@ -26,12 +26,12 @@ $(TOPDIR)/include:
|
|||
$(TOPDIR)/include/%.h:%.h $(TOPDIR)/include
|
||||
cp $< $@
|
||||
|
||||
%.o: %.c %.h
|
||||
$(CC) $(CFLAGS) -c $<
|
||||
|
||||
%.o: %.cc %h
|
||||
%.o: %.cpp
|
||||
$(CPP) $(CPPFLAGS) -c $<
|
||||
|
||||
%.o: %.c
|
||||
$(CC) $(CFLAGS) -c $<
|
||||
|
||||
$(EXE): $(OBJ) $(LIB)
|
||||
$(CC) $(OBJ) $(LDFLAGS) -o $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue