Skip to content
Extraits de code Groupes Projets
Valider 49f0abcb rédigé par Eliah Rebstock's avatar Eliah Rebstock
Parcourir les fichiers

Add support for doxygen

parent c8f69fe1
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!10Add support for doxygen
Pipeline #1445 réussi
...@@ -15,3 +15,5 @@ target/ ...@@ -15,3 +15,5 @@ target/
lib/texstuff.ps lib/texstuff.ps
lib/untilstuff.ps lib/untilstuff.ps
build/ build/
docs/html
docs/latex
Ce diff est replié.
...@@ -140,6 +140,7 @@ install: all ...@@ -140,6 +140,7 @@ install: all
cp $(TARGET_DIR)/loged $(BINDIR)/loged cp $(TARGET_DIR)/loged $(BINDIR)/loged
clean: clean:
rm -rf docs
rm -rf $(TARGET_DIR)/* rm -rf $(TARGET_DIR)/*
all: setup clean main all: setup clean main
...@@ -166,4 +167,7 @@ $(TARGET_DIR)/log: $(LOGOBJ) $(GRAPHICSOBJ) $(UTILSOBJ) ...@@ -166,4 +167,7 @@ $(TARGET_DIR)/log: $(LOGOBJ) $(GRAPHICSOBJ) $(UTILSOBJ)
$(TARGET_DIR)/loged: $(LOGEDOBJ) $(GRAPHICSOBJ) $(UTILSOBJ) $(TARGET_DIR)/loged: $(LOGEDOBJ) $(GRAPHICSOBJ) $(UTILSOBJ)
$(CC) $(CFLAGS) $^ $(LIBX11) $(OTHERLIBS) -o $@ $(CC) $(CFLAGS) $^ $(LIBX11) $(OTHERLIBS) -o $@
.PHONY: all install main clean setup docs:
doxygen Doxyfile
.PHONY: all install main clean setup docs
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter