Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
664478c0
Commit
664478c0
authored
Jul 25, 2001
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Fixed my latest gnome Makefile breakage.
parent
5bcfa0fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
plugins/gtk/Makefile
plugins/gtk/Makefile
+5
-5
No files found.
plugins/gtk/Makefile
View file @
664478c0
...
...
@@ -7,11 +7,11 @@
# Objects
#
PLUGIN_GTK
=
gtk.o intf_gtk.o gtk_interface.o gtk_support.o
gtk_callbacks.o
PLUGIN_GTK
=
gtk.o intf_gtk.o gtk_interface.o gtk_support.o
PLUGIN_GNOME
=
gnome.o intf_gnome.o gnome_interface.o gnome_support.o gnome_callbacks.o
PLUGIN_GTK_SPECIFIC
=
gtk_display.o gtk_open.o gtk_control.o gtk_menu.o gtk_playlist.o gtk_modules.o gtk_preferences.o
PLUGIN_GNOME_SPECIFIC
=
$(PLUGIN_GTK_SPECIFIC:
gtk%=gnome%
)
PLUGIN_GTK_SPECIFIC
=
gtk_display.o gtk_open.o gtk_control.o gtk_menu.o gtk_playlist.o gtk_modules.o gtk_preferences.o
gtk_callbacks.o
PLUGIN_GNOME_SPECIFIC
=
$(PLUGIN_GTK_SPECIFIC:
%.o=%_gnome.o
)
BUILTIN_GTK
=
$(PLUGIN_GTK:%.o=BUILTIN_GTK_%.o)
\
$(PLUGIN_GTK_SPECIFIC:%.o=BUILTIN_GTK_%.o)
...
...
@@ -41,8 +41,8 @@ $(PLUGIN_GNOME): %.o: .dep/%.d
$(PLUGIN_GNOME)
:
%.o: %.c
$(CC)
$(CFLAGS)
$(PCFLAGS)
-DPLUGIN
-DMODULE_NAME
=
gnome
`
gnome-config
--cflags
gtk gnomeui
`
-c
-o
$@
$<
$(PLUGIN_GNOME_SPECIFIC)
:
gnome%.o: .dep/gtk
%.d
$(PLUGIN_GNOME_SPECIFIC)
:
gnome%.o: gtk
%.c
$(PLUGIN_GNOME_SPECIFIC)
:
%_gnome.o: .dep/
%.d
$(PLUGIN_GNOME_SPECIFIC)
:
%_gnome.o:
%.c
$(CC)
$(CFLAGS)
$(PCFLAGS)
-DPLUGIN
-DMODULE_NAME
=
gnome
`
gnome-config
--cflags
gtk gnomeui
`
-c
-o
$@
$<
$(BUILTIN_GNOME)
:
BUILTIN_GNOME_%.o: .dep/%.d
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment