Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-unified-theme-switcher
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Алексей Николаевич Пахомкин
ximper-unified-theme-switcher
Commits
b39ac7d4
Verified
Commit
b39ac7d4
authored
Jul 05, 2024
by
Кирилл Уницаев
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added makefile filling
parent
62b07a19
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
Makefile
Makefile
+25
-0
No files found.
Makefile
View file @
b39ac7d4
prefix
=
/usr/local
sysconfdir
=
/etc
datadir
=
$(prefix)
/share
bindir
=
$(prefix)
/bin
all
:
dir install
dir
:
mkdir
-p
$(bindir)
mkdir
-p
$(prefix)
/lib/systemd/user
mkdir
-p
$(sysconfdir)
/ximper-unified-theme-switcher
mkdir
-p
$(datadir)
/pixmaps
mkdir
-p
$(datadir)
/applications/
install
:
dir
cp
./bin/ximper-unified-theme-switcher-service
$(bindir)
cp
./bin/ximper-unified-theme-switcher-gui
$(bindir)
cp
./data/ximper-unified-theme-switcher.service
$(prefix)
/lib/systemd/user
cp
./data/ximper-unified-theme-switcher-gui.svg
$(datadir)
/pixmaps
cp
./data/ximper-unified-theme-switcher-gui.desktop
$(datadir)
/applications
uninstall
:
rm
-f
$(prebindirfix)
/ximper-unified-theme-switcher-service
rm
-f
$(bindir)
/ximper-unified-theme-switcher-gui
rm
-f
$(prefix)
/lib/systemd/user/ximper-unified-theme-switcher.service
rm
-f
$(datadir)
/pixmaps/ximper-unified-theme-switcher-gui.svg
rm
-f
$(datadir)
/applications/ximper-unified-theme-switcher-gui.desktop
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