Skip to content
Snippets Groups Projects
Commit 148b58f2 authored by Mathieu Lirzin's avatar Mathieu Lirzin Committed by gerrit2
Browse files

build: Rename 'globals.mak' to 'globals.mk'.


In GNU packages the '.mk' extension is commonly used for Makefile
fragments.  Moreover it allows Emacs to choose 'makefile-mode'
automatically when opening it.

Change-Id: Ia35e5471b6852226027f975395cd21834783674b
Reviewed-by: default avatarGuillaume Roguez <guillaume.roguez@savoirfairelinux.com>
parent 584381f8
Branches
Tags
No related merge requests found
include $(top_srcdir)/globals.mak
include $(top_srcdir)/globals.mk
TESTS=test_shm test_video_input test_video_rtp
check_PROGRAMS=test_video_rtp test_video_input test_shm
......
include $(top_srcdir)/globals.mak
include $(top_srcdir)/globals.mk
noinst_LTLIBRARIES = libv4l2.la
......
include $(top_srcdir)/globals.mak
include $(top_srcdir)/globals.mk
noinst_LTLIBRARIES = libwinvideo.la
......
include $(top_srcdir)/globals.mak
include $(top_srcdir)/globals.mk
SUBDIRS = eth/libdevcore eth/libdevcrypto
......
include $(top_srcdir)/globals.mak
include $(top_srcdir)/globals.mk
noinst_LTLIBRARIES = libdevcore.la
libdevcore_la_CPPFLAGS = @CPPFLAGS@ -DBOOST_SYSTEM_NO_DEPRECATED
......
include $(top_srcdir)/globals.mak
include $(top_srcdir)/globals.mk
AM_CPPFLAGS += -I../
noinst_LTLIBRARIES = libdevcrypto.la
......
include $(top_srcdir)/globals.mak
include $(top_srcdir)/globals.mk
noinst_LTLIBRARIES = libsecurity.la
libsecurity_la_CXXFLAGS = @CXXFLAGS@ -I$(top_srcdir)/src
......
include $(top_srcdir)/globals.mak
include $(top_srcdir)/globals.mk
noinst_LTLIBRARIES = libsiplink.la
libsiplink_la_CXXFLAGS = @CXXFLAGS@ -I$(top_srcdir)/src
......
include $(top_srcdir)/globals.mak
include $(top_srcdir)/globals.mk
noinst_LTLIBRARIES = libupnpcontrol.la
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment