Linux鍔ㄦ€佸簱鑷姩鏋勫缓Makefile
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux鍔ㄦ€佸簱鑷姩鏋勫缓Makefile相关的知识,希望对你有一定的参考价值。
鏍囩锛?a href='http://www.mamicode.com/so/1/-fpic' title='-fpic'>-fpic 缂栬瘧 class ftl -- get 浣嶇疆 targe pac
#!/bin/bash
# -----------------------------------------------------------------
# FileName: Makefile.sh
# Date: 2020-01-13
# Author: jiftle
# Description:
# 鏋勫缓閰嶇疆鏂囦欢
# 娉ㄦ剰浜嬮」:
# TAB浣滀负缂╄繘锛屼笉鑳芥槸绌烘牸
# -----------------------------------------------------------------
# 缂栬瘧鍣?CC = gcc
# 婧愪唬鐮佺洰褰?SRCDIR := $(PWD)
# 杈撳嚭鐩爣绋嬪簭
TARGET = authcore.so
# 榛樿
# -fPIC 浜х敓浣嶇疆鏃犲叧浠g爜
all:
$(CC) $(SRCDIR)/*.c -fPIC -shared -o $(TARGET)
# 娓呯悊
clean:
rm $(TARGET)
# 瀹夎
install:
# 澶嶅埗鍒拌皟鐢ㄨ€呯洰褰? cp $(TARGET) /home/john/workspace/gowork/src/authserv/
uninstall:
rm /home/john/workspace/gowork/src/authserv/$(TARGET)
以上是关于Linux鍔ㄦ€佸簱鑷姩鏋勫缓Makefile的主要内容,如果未能解决你的问题,请参考以下文章