⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am,v

📁 Perfession Linux Programming examples
💻 AM,V
字号:
head	1.1;
access;
symbols;
locks
	cbbrowne:1.1; strict;
comment	@# @;


1.1
date	2000.06.09.03.39.32;	author cbbrowne;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@## Process this file with automake to produce Makefile.in

INCLUDES = \
	-I$(top_srcdir)/intl \
	$(GNOME_INCLUDEDIR)

bin_PROGRAMS = dvdstore

dvdstore_SOURCES = \
	flatfile.c dvd.h \
	main.c \
	support.c support.h \
	interface.c interface.h \
	callbacks.c callbacks.h \
        dvd_gui.h \
	main_window.c main_window.h \
	search_window.c search_window.h \
	rent_dialog.c rent_dialog.h \
	reserve_dialog.c reserve_dialog.h \
	return_dialog.c return_dialog.h \
	disk_dialog.c disk_dialog.h \
	member_dialog.c member_dialog.h \
	title_dialog.c title_dialog.h \
	properties.c properties.h \
	session.c session.h \
	misc.c misc.h 


dvdstore_LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(INTLLIBS)

@

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -