Searched refs:gfio (Results 1 – 5 of 5) sorted by relevance
3 - Ability to save job files. Probably in an extended gfio format,48 - Split gfio.c a bit. Add gfio/ sub directory, and split it into
36 PROGS += gfio192 GFIO_OBJS = $(OBJS) gfio.o graph.o tickmarks.o ghelpers.o goptions.o gerror.o \380 gfio.o: gfio.c ghelpers.c407 gfio: $(GFIO_OBJS) target408 …$(QUIET_LINK)$(CC) $(filter-out -static, $(LDFLAGS)) -o gfio $(GFIO_OBJS) $(LIBS) $(GFIO_LIBS) $(G…434 …O_OBJS) $(OBJS) $(T_OBJS) $(PROGS) $(T_PROGS) $(T_TEST_PROGS) core.* core gfio FIO-VERSION-FILE *.…
164 --enable-gfio) gfio_check="yes"1235 if test "$gfio" != "yes" ; then1236 gfio="no"1266 gfio="yes"1271 gfio="no"1275 gfio="no"1281 echo "gtk 2.18 or higher $gfio"2133 if test "$gfio" = "yes" ; then
142 For gfio, gtk 2.18 (or newer), associated glib threads, and cairo are required143 to be installed. gfio isn't built automatically and can be enabled with a144 ``--enable-gfio`` option to configure.
1578 const gchar *gfio = g_get_application_name(); in add_recent_file_items() local1605 if (!gtk_recent_info_has_application(info, gfio)) in add_recent_file_items()