WIP: cleaning, simplifying, organizing #include callback, contain, display, tree, texts

This commit is contained in:
Jean Sirmai 2024-06-05 19:16:47 +02:00
parent 4d827bda0d
commit 45cecfe805
Signed by: jean
GPG Key ID: FB3115C340E057E3
20 changed files with 4 additions and 26 deletions

View File

@ -2,7 +2,6 @@
#include <gtk-4.0/gtk/gtk.h>
#include "tree.h"
#include "display.h"
#include "contain.h"
#include "texts.h"
#include "in_depth.h"

View File

@ -1,3 +0,0 @@
callback.o: callback.c tree.h \
/gnu/store/hsby4biv4wjywr7slvjf0ykk1xzf31xb-glib-2.78.0/include/glib-2.0/glib.h \
display.h contain.h texts.h in_depth.h

Binary file not shown.

View File

@ -1,11 +1,10 @@
#include <stdio.h>
#include <gtk-4.0/gtk/gtk.h>
#include "tree.h"
#include "display.h"
#include "contain.h"
#include "texts.h"
#include "callback.h"
#include "display.h"
#include "tree.h"
#include "texts.h"
// https://blog.gtk.org/2020/09/08/on-list-models/ < TODO
// https://docs.gtk.org/gtk4/visual_index.html < widgets gallery

View File

@ -1,3 +0,0 @@
contain.o: contain.c tree.h \
/gnu/store/hsby4biv4wjywr7slvjf0ykk1xzf31xb-glib-2.78.0/include/glib-2.0/glib.h \
display.h contain.h texts.h callback.h

BIN
contain.o

Binary file not shown.

View File

@ -1,9 +1,8 @@
#include <stdio.h>
#include <gtk-4.0/gtk/gtk.h>
#include "tree.h"
#include "display.h"
#include "contain.h"
#include "tree.h"
#include "texts.h"
//------------------------------------------------------------------------------

View File

@ -1,3 +0,0 @@
display.o: display.c tree.h \
/gnu/store/hsby4biv4wjywr7slvjf0ykk1xzf31xb-glib-2.78.0/include/glib-2.0/glib.h \
display.h contain.h texts.h

BIN
display.o

Binary file not shown.

View File

@ -1,6 +0,0 @@
graph_area.o: graph_area.c \
/gnu/store/hsby4biv4wjywr7slvjf0ykk1xzf31xb-glib-2.78.0/include/glib-2.0/glib.h \
contain.h graph_area.h \
/gnu/store/0gxl8awg16qysdmxsflwnz0gyynrgs99-mesa-24.0.4/include/GL/glext.h \
/gnu/store/0gxl8awg16qysdmxsflwnz0gyynrgs99-mesa-24.0.4/include/KHR/khrplatform.h \
base.h

Binary file not shown.

View File

@ -1 +0,0 @@
in_depth.o: in_depth.c callback.h

Binary file not shown.

1
main.d
View File

@ -1 +0,0 @@
main.o: main.c callback.h

BIN
main.o

Binary file not shown.

BIN
myprogram

Binary file not shown.

View File

@ -1 +0,0 @@
texts.o: texts.c

BIN
texts.o

Binary file not shown.

1
tree.d
View File

@ -1 +0,0 @@
tree.o: tree.c contain.h texts.h callback.h

BIN
tree.o

Binary file not shown.